tools: make FLASK utils build unconditional
authorDoug Goldstein <cardoe@cardoe.com>
Fri, 15 Jan 2016 17:39:40 +0000 (11:39 -0600)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 18 Jan 2016 11:46:50 +0000 (11:46 +0000)
commita942a6f4ca64c023bec072f1d8d4e1d637815eb1
treeedbd1d72df722a981b78b6b4247a115ef6fdd778
parent3b911d948eb791a00ef6ac80356521979e1900e7
tools: make FLASK utils build unconditional

The flask utilities only have dependencies on libxc so there's no
downside to always building it. Distros and projects based on Xen can
put these in a different package to not install them for all users.
Prior to this change FLASK_ENABLE needed to be set at the top level to
build the utilities and the tools/configure script would build the FLASK
policy by default, but only if the utilities were built.

This change makes item 3 from
http://lists.xenproject.org/archives/html/xen-devel/2016-01/msg01796.html
a happen by default.

CC: Ian Jackson <ian.jackson@eu.citrix.com>
CC: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
CC: Ian Campbell <ian.campbell@citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/Makefile